home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tools
/
rushdemo2
/
rexx
/
togglelvfont.rush
< prev
next >
Wrap
Text File
|
1995-03-09
|
386b
|
20 lines
/*
** $VER: ToggleLVFont.rush 37.2 (2.7.94)
**
** Toggle the listview font between two different font.
**
** Written by Douglas Keller
*/
if( address() == "REXX" ) then address "RUSH.1"
options results
'getlistviewfont'
parse var result fontname fontsize
if fontname ~= "courier.font" then
'setlistviewfont font=courier.font size=13'
else
'setlistviewfont font=topaz.font size=8'